home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / prg_casm / snpd9611.zip / SNIPTYPE.H < prev    next >
C/C++ Source or Header  |  1996-11-24  |  325b  |  14 lines

  1. .I 0 2
  2. /* +++Date last modified: 17-Oct-1996 */
  3.  
  4. .I 7 3
  5. #include <stdlib.h>                             /* For free()           */
  6. #include <string.h>                             /* For NULL & strlen()  */
  7.  
  8. .I 17 5
  9.  #define WIN32_LEAN_AND_MEAN
  10.  #define NOGDI
  11.  #define NOSERVICE
  12.  #undef INC_OLE1
  13.  #undef INC_OLE2
  14.